File information: | |
File name: | Commander.mesa_Sep78.pdf [preview Commander.mesa Sep78] |
Size: | 646 kB |
Extension: | |
Mfg: | xerox |
Model: | Commander.mesa Sep78 🔎 |
Original: | Commander.mesa Sep78 🔎 |
Descr: | xerox mesa 4.0_1978 listing Mesa_4_Utilities Commander.mesa_Sep78.pdf |
Group: | Electronics > Other |
Uploaded: | 13-01-2020 |
User: | Anonymous |
Multipart: | No multipart |
Information about the files in archive: | ||
Decompress result: | OK | |
Extracted files: | 1 | |
File name Commander.mesa_Sep78.pdf Commander.mesa 2-Sep-78 14:40:55 Page 1 -- Commander.mesa; edited by Snndman, May 5, 1978 11:40 AM DIRECTORY CommanderDefs: FROM "commanderdefs", ControlDefs: FROM "controldefs", FrameDefs: FROM "framedefs", InlineDefs: FROM "inlinedefs", ImageDefs: FROM "imagedefs", IODefs: FROM "iodefs", MiscDefs: FROM "miscdefs", RectangleDefs: FROM "rectangledefs", SegmentDefs: FROM "segmentdefs",. StreamDefs: FROM "streamdefs", StringDefs: FROM "stringdefs", SystemDefs: FROM "systemdefs"; DEFINITIONS FROM StringDefs, CommanderDefs, IODefs; Commander: PROGRAM [herald: STRING] IMPORTS ImageDefs, IODefs, StreamDefs, StringDefs, SystemDefs EXPORTS CommanderDefs .. BEGIN GlobalFrameHandle: TYPE = ControlDefs.GlobalFrameHandle; CommandItem: TYPE = RECORD [ cb: CommandBlockHandle, link: POINTER TO CommandItem]; StringItem: TYPE = RECORD [ link: POINTER TO StringItem, string: STRING]; commandHead: POINTER TO CommandItem ~ NIL; stringHead: POINTER TO StringItem ~ NIL; SyntaxError: ERROR = CODE; Help: SIGNAL = CODE; BadName: ERROR = CODE; BadParam: ERROR [type: ParamType] .. CODE; GetDebugger: PROCEDURE .. BEGIN MiscDefs.CallDebugger[NIl]; END; Load: PROCEDURE [name: STRING] |
Date | User | Rating | Comment |